testing.PB.globalN (field)

3 uses

	testing (current package)
		benchmark.go#L895: 	globalN *atomic.Uint64 // shared between all worker goroutines iteration counter
		benchmark.go#L904: 		n := pb.globalN.Add(pb.grain)
		benchmark.go#L958: 				globalN: &n,